xen memory allocator: hide generic allocator routines
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 23 Feb 2007 16:55:56 +0000 (16:55 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 23 Feb 2007 16:55:56 +0000 (16:55 +0000)
commitbd3e1195d6941e8b2fe322d5b26d69b4ea0b58f7
tree0c7879bff92156e2ad4f95a0e78c9bf298015040
parent07a46fde3570d9bb47a988e87259de229f437215
xen memory allocator: hide generic allocator routines

This patch doesn't introduce functional changes, but simply moves code
around to make the unused (outside of the page allocator) heap alloc
functions taking an explicit zone parameter static without having to
forward-prototype them in their source file.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/common/page_alloc.c
xen/include/xen/mm.h